public class CRCUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char[] |
crc_tb |
Constructor and Description |
---|
CRCUtil() |
Modifier and Type | Method and Description |
---|---|
static char |
caluCRC(byte[] pByte)
获得CRC验证码
|
static byte[] |
charToByte(char c)
char 转byte
|
static byte[] |
getCRCByteValue(byte[] bt)
入口方法
|